From 15aa7de547bf5ac9f22614aaa51b412a935d418a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 19:44:13 -0500 Subject: [PATCH] calendar: Use markdown for css tree --- gtk/gtkcalendar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index 596119ee93..a8c455321e 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -53,7 +53,7 @@ * * # CSS nodes * - * |[ + * ``` * calendar.view * ├── header * │ ├── button @@ -64,7 +64,7 @@ * │ ╰── button * ╰── grid * ╰── label[.day-name][.week-number][.day-number][.other-month][.today] - * ]| + * ``` * * `GtkCalendar` has a main node with name calendar. It contains a subnode * called header containing the widgets for switching between years and months. -- 2.30.2